<this has been solved if you read my own thread> <...
# support
e
this has been solved if you read my own thread still not solved Hello, I'm trying to create an alert and have my "Group By" value in the Alert Description (like $value or $threshold). In this case, I want to print the k8s.namespace.name value the alert came from. I'm hoping to use something like "The App {{$k8s.deployment.name}} has thrown SIGKILLs in namespace name {{$k8s.namespace.name}}". Does anyone know how to do this?
I can't use
{{$k8s.namespace.name}}
even though it's in the group by list
🤦‍♂️I was using
.
instead of substituting them for
-
in the message template
I actually still can't get the value to render.
I have tried variations of
${{k8s.namesapce.name}}
$<k8s.namesapce.name>
$<k8s-namesapce-name>
, etc. etc.
Signoz version:
v0.56.0
Same problem after I upgraded to SigNoz
v0.58.2
s
Use {{.Labels.k8s.namesapce.name}} for old version.
e
old version?
OK, that worked in the Description but not the title. Does template replacement not work in the title?
s
No, title can't be templatized
e
OK, that seems like a nice upgrade for the title of the delivered alert to be templatized
is there a spot I can file an enhancement request?